API Documentation
DecodedTextureData.h
1 // DecodedTextureData.h
3 //
5 
6 namespace nkGraphics
7 {
11  struct DecodedTextureData final
12  {
13  // Attributes
16 
17  // Constructors, destructor
38 
39  // Operators
52  } ;
53 }
nkGraphics::DecodedTextureData::operator=
DecodedTextureData & operator=(const DecodedTextureData &other)
nkGraphics::DecodedTextureData::DecodedTextureData
DecodedTextureData(const DecodedTextureData &other)
nkGraphics::DecodedTextureData::DecodedTextureData
DecodedTextureData(DecodedTextureData &&other)
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkGraphics::DecodedTextureData::_image
nkImages::Image _image
If parsing of the image is requested, the image data.
Definition: DecodedTextureData.h:14
nkGraphics::DecodedTextureData::_absPath
nkMemory::String _absPath
The absolute path of the linked image data, if any.
Definition: DecodedTextureData.h:15
nkGraphics::DecodedTextureData::DecodedTextureData
DecodedTextureData()
nkGraphics::DecodedTextureData::~DecodedTextureData
~DecodedTextureData()
nkGraphics::DecodedTextureData
Holds data about a decoded texture.
Definition: DecodedTextureData.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkImages::Image
Holds all information required for an image, with ownership over the data.
Definition: Image.h:14